func flag.newTextValue

3 uses

	flag (current package)
		flag.go#L301: func newTextValue(val encoding.TextMarshaler, p encoding.TextUnmarshaler) textValue {
		flag.go#L964: 	f.Var(newTextValue(value, p), name, usage)
		flag.go#L973: 	CommandLine.Var(newTextValue(value, p), name, usage)